home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_CloseMainWindow.dopus
< prev
next >
Wrap
Text File
|
1993-10-05
|
308b
|
16 lines
/* Eagleplayeransteuerung über Diropus
(c) 1993 DEFECT
schließt Eagleplayer Main Window
*/
if (pos('rexx_EP',SHOW('Ports')) = 0) then
do
address 'DOPUS.1'
toptext 'No Eagleplayer found'
exit
end
address 'rexx_EP'
Closemainwindow
address 'DOPUS.1'
toptext 'Eagleplayer: Mainwindow closed'
exit